home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / inter54b.zip / SAMPLE.FLT < prev    next >
Text File  |  1994-06-05  |  871b  |  26 lines

  1. # Sample filtering file.  Lines starting with a hash mark in the first
  2. # column are comments.    Actual filtering lines start with either a dash
  3. # or a plus sign in the first column (additional modes may be added in
  4. # the future).    Lines starting with a dash specify that interrupt list
  5. # entries containing that string in the first line will be omitted from
  6. # the formatted output; lines starting with a plus sign specify that
  7. # interrupt list entries containing that string are to be included in
  8. # the formatted output unless one of the minus lines matches.
  9.  
  10. # Extract MS-DOS calls, but exclude DR-DOS-specific, DOS-extender, and
  11. # non-DOS networking calls.  Note: a few extraneous calls are still included.
  12. #
  13. + DOS
  14. -DR DOS
  15. -DR-DOS
  16. -DR Multiuser DOS
  17. -Concurrent DOS
  18. -DOS/16M
  19. -DOS4GX
  20. -DOS/4G
  21. -extender
  22. -LAN Manager
  23. -DECnet DOS
  24. #
  25. # end of SAMPLE.FLT
  26.